float f = 12.5;
// Error! It's not possible to fit a floating point number into an int
int y = f;
